@echo off
REM GONet Network Simulation - Poor WiFi Preset
REM Simulates: 100ms latency, 50ms jitter, 5% packet loss
REM Auto-detect determines if this instance is server or client
REM Rename to .bat and change GONetSandbox.exe to your game name
REM
REM IMPORTANT: Network simulation only works in DEVELOPMENT BUILDS or the Unity Editor!
REM            These arguments are ignored in Release builds (compiled out for zero overhead).
START GONetSandbox.exe -netsim-preset poorwifi
